com.supermap.realspace
类 Layer3DMap
- java.lang.Object
 - 
- com.supermap.realspace.Layer3D
 - 
- com.supermap.realspace.Layer3DMap
 
 
 
- 
public class Layer3DMap extends Layer3D
 
- 
- 
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 longgetCacheCapacity()java.lang.StringgetCacheDirectory()MapgetMap()intgetTransparentColorTolerance()booleanisBackgroundTransparent()booleanisCacheAutoCleared()booleanisCacheEnabled()booleanisRenderingWithMultiResolution()booleanisTransparent()voidsetBackgroundTransparent(boolean value)voidsetCacheAutoCleared(boolean value)voidsetCacheCapacity(long value)voidsetCacheDirectory(java.lang.String value)voidsetCacheEnabled(boolean value)voidsetRenderingWithMultiResolution(boolean renderingWithMultiResolution)voidsetTransparent(boolean value)voidsetTransparentColorTolerance(int value)- 
从类继承的方法 com.supermap.realspace.Layer3D
clearCustomClipPlane, clipByBox, getBounds, getCaption, getDataName, getFeatures, getFieldInfos, getName, getSelection, getSwipeRegion, getType, getVisibleInViewport, isReleaseWhenInvisible, isSelectable, isSwipeEnable, isVisible, setClipLineColor, setCustomClipCross, setCustomClipPlane, setMaxObjectVisibleDistance, setReleaseWhenInvisible, setSelectable, setSwipeEnable, setSwipeRegion, setVisible, setVisibleInViewport 
 - 
 
 - 
 
- 
- 
方法详细资料
- 
getMap
public Map getMap()
- 返回:
 
 
- 
getCacheDirectory
public java.lang.String getCacheDirectory()
- 返回:
 
 
- 
setCacheDirectory
public void setCacheDirectory(java.lang.String value)
- 参数:
 value-
 
- 
getCacheCapacity
public long getCacheCapacity()
- 返回:
 
 
- 
setCacheCapacity
public void setCacheCapacity(long value)
- 参数:
 value-
 
- 
isCacheAutoCleared
public boolean isCacheAutoCleared()
- 返回:
 
 
- 
setCacheAutoCleared
public void setCacheAutoCleared(boolean value)
- 参数:
 value-
 
- 
isCacheEnabled
public boolean isCacheEnabled()
- 返回:
 
 
- 
setCacheEnabled
public void setCacheEnabled(boolean value)
- 参数:
 value-
 
- 
isTransparent
public boolean isTransparent()
- 返回:
 
 
- 
setTransparent
public void setTransparent(boolean value)
- 参数:
 value-
 
- 
getTransparentColorTolerance
public int getTransparentColorTolerance()
- 返回:
 
 
- 
setTransparentColorTolerance
public void setTransparentColorTolerance(int value)
- 参数:
 value-
 
- 
isRenderingWithMultiResolution
public boolean isRenderingWithMultiResolution()
- 返回:
 
 
- 
setRenderingWithMultiResolution
public void setRenderingWithMultiResolution(boolean renderingWithMultiResolution)
- 参数:
 renderingWithMultiResolution-
 
- 
isBackgroundTransparent
public boolean isBackgroundTransparent()
- 返回:
 
 
- 
setBackgroundTransparent
public void setBackgroundTransparent(boolean value)
- 参数:
 value-
 
 - 
 
 -